home *** CD-ROM | disk | FTP | other *** search
- /* Text style formating of the mandatory fields error text. */
- .MandatoryErrorText
- { COLOR: #ff0000;
- FONT-FAMILY: Arial, Helvetica, Sans-Serif;
- FONT-SIZE: small;
- FONT-WEIGHT: bold;
- }
-
- /* Text style formating of the non-mandatory fields error text. */
- .ErrorText
- { COLOR: #ea480e;
- FONT-FAMILY: Arial, Helvetica, Sans-Serif;
- FONT-SIZE: small;
- FONT-WEIGHT: bold;
- }
-
- /* Text style formating of the field label. */
- .LabelText
- { COLOR: #000000;
- FONT-FAMILY: Verdana, Helvetica, Sans-Serif;
- FONT-SIZE: x-small;
- FONT-WEIGHT: bold;
- }
-
- /* Text style formating of the input box. */
- .Input
- { COLOR: #000000;
- FONT-FAMILY: Arial, Helvetica, Sans-Serif;
- FONT-SIZE: small;
- BACKGROUND-COLOR: #ffffff;
- }
-
- /* Text style formating of the select field. */
- .Select
- { COLOR: #000000;
- FONT-FAMILY: Arial, Helvetica, Sans-Serif;
- FONT-SIZE: small;
- BACKGROUND-COLOR: #ffffff;
- }
-
- /* Text style formating of the check boxes and the radio. */
- .CheckRadio
- { COLOR: #000000;
- FONT-FAMILY: Arial, Helvetica, Sans-Serif;
- FONT-SIZE: small;
- }
-
- /* Text style formating of the text area. */
- .TextArea
- { COLOR: #000000;
- FONT-FAMILY: Arial, Helvetica, Sans-Serif;
- FONT-SIZE: small;
- BACKGROUND-COLOR: #ffffff;
- }
-
- /* Text style formating for submit button. */
- .SubmitButton
- { FONT-FAMILY: Arial, Helvetica, sans-serif;
- FONT-SIZE: small;
- FONT-WEIGHT: bold;
- }
-